home *** CD-ROM | disk | FTP | other *** search
/ 1,000+ Hot Games / 1000-Plus-Hot-Games-1999.zip / 1000+ Hot Games (1999) / PROGRAMS / MBW / READ.ME < prev   
Text File  |  1990-09-26  |  3KB  |  64 lines

  1. -- Introduction --
  2.  
  3. Mandelbrot for Windows allows you to view the Mandelbrot set in one or more
  4. windows under Windows 3.0.  Scaling and zooming the image are supported, and
  5. the drawing parameters of an image can be saved to disk so that the image
  6. can be redrawn later.
  7.  
  8. To install MBW, copy the files MBW.EXE and MBWHELP.HLP to a directory on your
  9. hard disk, then use New Program Item in the Files menu of the Program Manager
  10. to install MBW in one of the group windows.
  11.  
  12. For help on using the program, read the online help available under the Help
  13. menu.
  14.  
  15. -- Version 1.2 Changes --
  16.  
  17. Version 1.2 contains the following fixes and enhancements:
  18.  
  19. * Earlier versions did not "zoom" accurately -- the drawing parameters were
  20.   passed to the new window with only six digits of precision.
  21.  
  22. * MBW now accepts the drawing parameter file name on the command line.  This
  23.   allows you to associate drawing files to MBW using the File Manager.
  24.  
  25. * A few bugs involving the zoom box have been fixed.
  26.  
  27. * MBW now takes advantage of the 32-bit math instructions of the 386 to per-
  28.   form calculations faster.
  29.  
  30. * A new mode has been added which allows you to view just the Mandelbrot set
  31.   itself, with none of the divergent colors displayed.
  32.  
  33. -- Thoughts, Gripes, and Caveats --
  34.  
  35. I do not yet have access to a system with a 256-color display, so MBW has
  36. not been tested on such a system.  I had assumed that the dithering abilities
  37. of Windows would take advantage of the full 256 color palette without any
  38. special effort on my part, but from what I've read in letters I've received,
  39. that does not appear to be the case.  So it looks like I am going to have to
  40. create a 256-color palette myself, and perform my own dithering.  Yuck!
  41.  
  42. The "bitmap" save feature still has not been implemented because, frankly,
  43. I am at my wits end regarding device-independent bitmaps (DIBs).  I cannot
  44. make them work!!!!  On the rare occasion when I seem to be able to success-
  45. fully create one in memory without getting an "Unrecoverable Application
  46. Error" box, the SetDIBitsToDevice function refuses to display it.  I am sure
  47. I am doing something stupid, but the Windows SDK documentation is not much
  48. help.
  49.  
  50. But I will not be brought to my knees by this gooey GUI.  I want to under-
  51. stand Windows inside and out and become an expert Windows developer and make
  52. gobs of money.  I shall be victorious!!!
  53.  
  54. -- In Closing --
  55.  
  56. I find the Mandelbrot set quite fascinating, and plan to continue to refine
  57. MBW.  If you spot any bugs, or wish to make any comments or suggestions,
  58. please write to me!  You can reach me on GEnie (R.EPPS), CompuServe
  59. (72560,3353), BIX (repps), or Prodigy (GPKT94A).  Or, write to me at:
  60.  
  61.              Robert Epps
  62.              208 Preble Drive #E
  63.              Tustin, CA  92680-3743
  64.